 LST ON,A,V
*
 REP 60
*                                                          *
*                PRODOS APPLEBUS DRIVER ROUTINE            *
*                                                          *
*             COPYRIGHT APPLE COMPUTER, INC., 1985         *
*                                                          *
*                     ALL RIGHTS RESERVED                  *
*                                                          *
 REP 60
*
*
*  AppleBus driver code resides in the Main Language Card,
*    Bank 2, starting at $D400.
*
 MSB ON
*
 sbtl "AppleTalk Drivers"
DEBUG equ 0
SAFECLOSE EQU 0 
TWOC EQU 1
SAVESPACE EQU 1
NOLAP EQU 1
PRODOS EQU 0
KERNEL EQU 1
PASCAL EQU 2
OPERS equ ProDOS
*
*** The following identifier is used to determine which ProDOS system
*** you wish to build.  Right now there are 2 choices: ProDOS1.2,
*** or EdNet.  To build one or the other, you must change the EDNET
*** identifier to a 1 for EdNet, and to a 0 for ProDOS 1.2.
*
* Also note that the ATALK.DRIVERS file used in EdNet ProDOS version
* must be of file type "SYS".
*
* WARNING: Because of EdAsm's lack of condition assembly directives,
*          EDNET must be set to 0 before assembling the relocatable
*          driver version!
*
EDNET equ 0
*
 IFEQ OPERS-PRODOS+EDNET
 ORG $D400
 FIN
*
 IFNE EDNET
 SYS
 ORG $D000
 FIN
*
 IFNE OPERS-PRODOS
 rel
 org $100
 FIN
*
 include mli.src/commands
 page
 include mli.src/opendriver
 page
 include mli.src/interrupt
 page
 include mli.src/ddpdriver
 page
 include mli.src/nbpdriver
 page
 include mli.src/atprequest
 page
 include mli.src/atpreply
zzzz equ *
